1 //+-----------------------------------------------------------------------
3 // Copyright (c) Microsoft Corporation. All rights reserved.
6 // Various Win32 function detours.
7 // See also CCookieShim.
8 // The Detours library can be found on http://toolbox. It has a nice help file with it.
11 // 2009/04/09 [....] Created
13 //------------------------------------------------------------------------
21 static HRESULT
Init();
25 static HWND (WINAPI
*s_pfGetActiveWindow
)();
26 static HWND WINAPI
GetActiveWindowDetour();